projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3c1567
)
* ftfont.c (ftfont_resolve_generic_family): Avoid using uninitialized var.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 3 Dec 2008 04:56:00 +0000
(
04:56
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 3 Dec 2008 04:56:00 +0000
(
04:56
+0000)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 1241a53a90583eb01fff829d5cba04fc2d744c6e..0a938a9d2ab539b01f894a88e733f3f3c520f8fd 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,6
+1,7
@@
2008-12-03 Chong Yidong <cyd@stupidchicken.com>
* ftfont.c (ftfont_match): Initialize entity variable.
+ (ftfont_resolve_generic_family): Avoid using uninitialized var.
* xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.